home *** CD-ROM | disk | FTP | other *** search
-
-
-
- Stat C Library Procedures Stat
-
-
-
- _________________________________________________________________
-
- NNAAMMEE
- Stat_GetMsg, Stat_PrintMsg - Text description of Sprite
- status codes
-
- SSYYNNOOPPSSIISS
- ##iinncclluuddee <<ssttaattuuss..hh>>
-
- char *
- SSttaatt__GGeettMMssgg(_s_t_a_t_u_s)
-
- void
- SSttaatt__PPrriinnttMMssgg(_s_t_a_t_u_s, _s_t_r_i_n_g)
-
- AARRGGUUMMEENNTTSS
- ReturnStatus _s_t_a_t_u_s (in) Status code to return
- text for.
-
- char *_s_t_r_i_n_g (in) Supplemental string to be
- printed.
-
- _________________________________________________________________
-
-
- DDEESSCCRRIIPPTTIIOONN
- These functions provide a human-readable text string for a
- given Sprite status value. SSttaatt__GGeettMMssgg returns a read-only
- string to the caller. SSttaatt__PPrriinnttMMssgg prints a message on the
- standard error stream. The message looks like ``_s_t_r_i_n_g:
- _m_e_s_s_a_g_e'', where _s_t_r_i_n_g is passed in by the caller, and _m_e_s_-
- _s_a_g_e is obtained by calling SSttaatt__GGeettMMssgg. The _s_t_r_i_n_g may be
- null, in which case only the _m_e_s_s_a_g_e is printed.
-
-
- KKEEYYWWOORRDDSS
- status
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Sprite v.1.0 Printed: January 28, 1991 1
-
-
-
-